mscJNeuralNet.examples
Class TestTrippleXorLearnConcurrent

java.lang.Object
  extended bymscJNeuralNet.examples.TestTrippleXorLearnConcurrent
All Implemented Interfaces:
observerPattern.Observer

public class TestTrippleXorLearnConcurrent
extends java.lang.Object
implements observerPattern.Observer

Beispiel für nebenläufiges Trainieren eines Netzes mit der dreidimensionalen Xor-Funktion.

Created on 05.08.2004.

Version:
05.08.2004
Author:
M. Serhat Cinar
See Also:
NetTrainer, Net, INetConnector, INetTrainingAlgorithm, NetPerformanceStatistics, NetPerformanceStatisticsCalculator, Observer

Constructor Summary
TestTrippleXorLearnConcurrent()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void notify(observerPattern.Observable pObservable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTrippleXorLearnConcurrent

public TestTrippleXorLearnConcurrent()
                              throws PatternDoesNotMatchNetException
Method Detail

main

public static void main(java.lang.String[] args)

notify

public void notify(observerPattern.Observable pObservable)
Specified by:
notify in interface observerPattern.Observer